Simulate Click
Command Prototype
Mouse.Click(iButton, iType, sKeyModifiers)
Command Description
Simulate click actions of a mouse
Parameter Description
- Required Parameter
- iButton--Mouse button {left:left button, right:right button, middle:middle button}
- iType--Type of click {click: click, dbclick: double click, down: pressed down, up: bounce up}
- sKeyModifiers--Keyboard keys pressed down when a mouse action is triggered, the following options are available: Alt, Ctrl, Shift, Win
- Optional Parameter
- iDelayAfter--The delay time (in milliseconds) after executing the activity, and the default time is 300 milliseconds.
- iDelayBefore--The delay time (in milliseconds) before executing any operation, and the default time is 200 milliseconds